9 Social Valuation¶
[1]:
from src.plot import plot_climatehist, plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2
title = """Figure 14: Simulated Pathways of the Social Value of R&D <br> The trajectories stop when temperature anomaly hit 1.5ᵒC <br> Exponential of vertical axis gives economic value in units of consumption"""
plot_simulatedpath_full2(graph_type="LogSVRD_Plot", graph_title = title, yaxis_label="", graph_range=[4,10], before15=True)
[2]:
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2
title = """Figure 15: Simulated Pathways of the Social Value of R&D <br> The trajectories stop when temperature anomaly hit 1.5ᵒC <br> Exponential of vertical axis gives economic value in units of consumption"""
plot_simulatedpath_uncer_decomp2(graph_type="LogSVRD_Plot", graph_title = title, yaxis_label="", graph_range=[4,10], before15=True)
[3]:
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2
title = """Figure 16: Simulated Pathways of the Social Cost of Global Warming <br> The trajectories stop when temperature anomaly hit 1.5ᵒC <br> Exponential of vertical axis gives economic value in units of consumption"""
plot_simulatedpath_full2(graph_type="LogSCGW_Plot", graph_title = title, yaxis_label="", graph_range=[6,14], before15=True)
[4]:
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2
title = """Figure 17: Simulated Pathways of the Social Cost of Global Warming <br> The trajectories stop when temperature anomaly hit 1.5ᵒC <br> Exponential of vertical axis gives economic value in units of consumption"""
plot_simulatedpath_uncer_decomp2(graph_type="LogSCGW_Plot", graph_title = title, yaxis_label="", graph_range=[6,14], before15=True)
[ ]: